/*
THEME NAME:    Pam Lontos Consulting
THEME URI:    https://www.pamlontos.com
VERSION:    0.1
AUTHOR:    Gary Rennilson
AUTHOR URI:    http://www.rennilson.com
DESCRIPTION:    This is a child theme for Pam Lontos Consulting.
TEMPLATE:     headway
 */
/* ======== */
/* = Main = */
/* ======== */
	
	
p {
font-family: Verdana, helvetica, sans-serif;
font-size: 15px;
color: #555555;
}
h2 {
font-family: Verdana, helvetica, sans-serif;
font-size: 20px;
color: #627906;
margin-bottom: 0px !important;
font-weight: bold;
}
ul li {
font-family: Verdana, helvetica, sans-serif;
font-size: 15px;
color: #627906;
}

table tr td{
vertical-align: top !important;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
div.wrapper {
background: url(https://www.pamlontos.com/wp-content/uploads/2012/05/footer_swatch.png) center bottom no-repeat;
background-color: #f8f6e8;
}
.footer {
height: 50px;
}
.copyright.footer-copyright {
padding-top: 25px;
}
a.more_link {
color: #396697 !important;
margin-top: 10px;
float: right;
font-size: 14px;
}
img.fancy_border {

/* This centers the image */
display: block;
margin: 0 10px 5px 0;
float: left;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}
.fancy_border {
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}
#jwplayer-1_wrapper {
	margin: 0 auto;
}
#audioplayer_1 {
	margin-left: 120px;
}
#audioplayer_2 {
	margin-left: 120px;
}
/* ========== */
/* ! Header   */
/* ========== */

#block-6{
width: 940px;
}

#block-8 {
min-height: 200px;
width: 400px;
z-index: 90;
margin: 30px 0 0 -340px;
}

#block-6 .block-content a {
	position: absolute;
	z-index: 99;
	top: 0px;
	margin-left: 40px;
	width: 370px;
	height: 240px;
}
.tag_line {
text-align: center;
font-family: Georgia, Times, serif;
font-weight: bold;
color: #163b2d;
font-size: 16px;
}
.social {
margin: 84px 0 0 105px;
text-align: center;
}

/* ============== */
/* = Navigation = */
/* ============== */

.page-id-2 #block-7 {
	margin-top:-10px;
	height:43px;	
}
#block-7 {
	margin-top:-30px;
	height:43px;	
}
.block-type-navigation .nav-align-left ul {
	margin-top:1px;
}

/* =========== */
/* = Wrapper = */
/* =========== */

#wrapper-1 .row-3 {
	margin-left:25px;
	width:890px;
	border-bottom: 3px dotted #BBB;
	/* height: 310px; */
}


#wrapper-1 .row-4 {
	/* margin-left:25px; */
	width:890px;
	border-bottom: 3px dotted #BBB;
}

/*
#wrapper-1 .row-5 {
	margin-left:25px;
	width:890px;
	border-bottom: 3px dotted #BBB;
	height:265px !important;
}
*/
#wrapper-1 .row-7 {
height: 65px;
}
#block-10 {
margin: 0;
}
/* =========== */
/* = Widgets = */
/* =========== */

.title {
font-family: Arial, helvetica, sans-serif;
color: #396697;
font-size: 36px;
margin: 5px 0 15px 0;
text-shadow: 1px 1px 4px rgba(150, 150, 150, 0.5);
letter-spacing: -1px;
width: 510px;
}
.sub-title {
font-family: Arial, helvetica, sans-serif;
color: #3e643a;
font-size: 30px;
letter-spacing: -1px;
}

/* Right-side grid width */

.grid-width-9{
width:320px;
height: 262px;
}
/*
.grid-width-14{
height: 262px;
}
*/
/* Opt-in */
#block-9 {
	background:url('https://www.pamlontos.com/wp-content/uploads/2012/05/optin_box.png')no-repeat;
	margin-top: 19px;
	height: 285px
}

#block-9 li.widget {
	margin-top: 0;
}

#launchoptin{margin:0px auto;width:270px;text-align:center;}

.launchoptin-headline{color:#3e643a;font-size:16px;text-align:center;width:270px;margin:0px auto;padding-top:5px;padding-bottom:13px; font-weight: bold; letter-spacing: -1px;}

.launchoptin-text{color:#6e747a;font-size:14px;text-align:center;width:270px;margin:0px auto;padding-top:0px;line-height:20px;padding-bottom:10px;padding-top:1px;}

.launchoptin-boxes{width:270px;margin:0px auto;text-align: center;}

form .text {
background:#f6f6f6 none repeat scroll 0 0;
border:1px solid #999999;
color:#202020;
font-size:14px;
margin-bottom:4px;
padding-left:12px;
width:270px;
}

.sidebar-padlock{width:230px;background-image:url(https://www.pamlontos.com/wp-content/uploads/2012/05/style1a-padlock.png);background-repeat:no-repeat;background-position:left;margin:0px auto;padding-left:25px;font-size:9px;min-height:25px;text-align:left;line-height:11px;}

/* Welcome */
#block-13 .welcome_box{
height: 220px;
width: 490px;
padding: 20px;
border: #cddd94 solid 4px;
margin-left: -5px;
background: #e8efcd; /* Old browsers */
background: -moz-linear-gradient(left,  #e8efcd 0%, #cddd94 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8efcd), color-stop(100%,#cddd94)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e8efcd 0%,#cddd94 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e8efcd 0%,#cddd94 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e8efcd 0%,#cddd94 100%); /* IE10+ */
background: linear-gradient(left,  #e8efcd 0%,#cddd94 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8efcd', endColorstr='#cddd94',GradientType=1 ); /* IE6-9 */
}

/* Advice */
#block-17 .advice {
width: 490px;
margin-left: -5px;
}
#text-4 {
	border-right: 3px #bbb dotted;
	height: 225px;
}
#text-12 {
border-top: 3px #bbb dotted;
padding-top: 20px;
margin-left: 30px;
}
#text-13 {
border-top: 3px #bbb dotted;
padding-top: 20px;
margin-left: 30px;
}
#text-14 {
border-top: 3px #bbb dotted;
padding-top: 20px;
margin-left: 30px;
}
#text-16 {
border-top: 3px #bbb dotted;
padding-top: 20px;
margin-left: 30px;
}
.page-id-6 .testimonial {
	margin-left: -10px;
}
.page-id-25 .testimonial {
	margin-left: -10px;
}
.page-id-19 .testimonial {
	margin-left: -10px;
}
.page-id-12 .testimonial {
	margin-left: -10px;
}
.page-id-6 #block-10 {
	min-height: 10px!important;
}
/* Testimonial */
#block-16 {

overflow: visible;
}
.testimonial {

width: 830px;
height: 100%;
padding: 10px 20px;
line-height: 18px;
margin-left: 25px;
margin-right: -20px;
background: #e8efcd;
background: -moz-linear-gradient(top,  #e8efcd 0%, #cddd94 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8efcd), color-stop(100%,#cddd94));
background: -webkit-linear-gradient(top,  #e8efcd 0%,#cddd94 100%);
background: -o-linear-gradient(top,  #e8efcd 0%,#cddd94 100%);
background: -ms-linear-gradient(top,  #e8efcd 0%,#cddd94 100%);
background: linear-gradient(top,  #e8efcd 0%,#cddd94 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8efcd', endColorstr='#cddd94',GradientType=0 );
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
}
.testimonial p{
color:#3e643a;
font-size: 14px;
margin: 5px 20px;
}
.testimonial-page {
height: 100%;
padding: 15px 20px;
line-height: 140%;
margin-left: 10px;
width: 475px;
background: #e8efcd;
background: -moz-linear-gradient(top,  #e8efcd 0%, #cddd94 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8efcd), color-stop(100%,#cddd94));
background: -webkit-linear-gradient(top,  #e8efcd 0%,#cddd94 100%);
background: -o-linear-gradient(top,  #e8efcd 0%,#cddd94 100%);
background: -ms-linear-gradient(top,  #e8efcd 0%,#cddd94 100%);
background: linear-gradient(top,  #e8efcd 0%,#cddd94 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8efcd', endColorstr='#cddd94',GradientType=0 );
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
}
.testimonial-page p{
font-family: Georgia, Times, serif;
color:#3e643a;
font-size: 14px;
margin: 0 !important;
font-style: italic;
}
.testimonial-page img{
padding-right: 10px;
margin-bottom: -5px;
}
.signature {
color:#396697;
float: right;
font-style: normal;
text-align: right;
padding-top: 10px;
}

/* Products */

#text-6 {
	border-right: 3px #bbb dotted;
	height: 225px;
}

/* Services */

#svclist{
margin: 0;
padding: 0;
color: #627906;
list-style: none;
}

#svclist li{
padding-left: 20px;
background-image: url(https://www.pamlontos.com/wp-content/uploads/2012/05/green_check.png);
background-repeat: no-repeat;
background-position: 0 4px;
line-height: 30px;
}

/* Download box */

#dlbox {
border:1px solid #0a5913;
margin: 40px auto 20px;
padding:35px 15px 10px;
width: 85%;
position:relative;
font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#555555;line-height:18px;
-webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f8f6e8; /* Old browsers */
background: -moz-linear-gradient(top,  #f8f6e8 34%, #ecfce3 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#f8f6e8), color-stop(99%,#ecfce3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f8f6e8 34%,#ecfce3 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f8f6e8 34%,#ecfce3 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f8f6e8 34%,#ecfce3 99%); /* IE10+ */
background: linear-gradient(to bottom,  #f8f6e8 34%,#ecfce3 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6e8', endColorstr='#ecfce3',GradientType=0 ); /* IE6-9 */

}

#dlbox p{font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#555555;line-height:18px;}

.dlboxheader-left {
left:5px;
top:-15px;
height:50px;
}

.dlboxheader {
background:none repeat scroll 0 0 #f8f6e8;
padding:0 5px;
position:absolute;
}


h4.dlbox1 {
background:url(images/members_shortcodes/dlfolder.png) no-repeat scroll -0px 0 transparent;
height:35px;
padding-top:0px;padding-bottom:0px;
}

h4 {
color:#4D4D4D;
font-size:18px;
font-weight:normal;
line-height:30px;
padding-left:55px;
text-transform:uppercase;
}

.downloaditem{padding-top:0px;padding-left:14px;padding-bottom:0px;font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:20px;height:50px;margin-top:10px;}
.downloaditempdf{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/pdf.png);background-repeat:no-repeat;}
.downloaditemtxt{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/text.png);background-repeat:no-repeat;}
.downloaditemmov{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/mov.png);background-repeat:no-repeat;}
.downloaditemaudio{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/audio.png);background-repeat:no-repeat;}
.downloaditemmp3{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/mp3.png);background-repeat:no-repeat;}
.downloaditemmm{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/mm.png);background-repeat:no-repeat;}
.downloaditemvideo{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/video.png);background-repeat:no-repeat;}
.downloaditemdoc{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/word.png);background-repeat:no-repeat;}
.downloaditemexcel{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/excel.png);background-repeat:no-repeat;}
.downloaditemzip{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/zip.png);background-repeat:no-repeat;}
.downloaditemppt{float:left;width:60px;height:50px;background-image:url(images/members_shortcodes/ppt.png);background-repeat:no-repeat;}
.downloaditemtext{float:left;width:450px;padding-top:10px;}



/* ========= */
/* ! pages   */
/* ========= */

/* About Us - pageid-19 */

body.pageid-19 #wrapper-1 .row-3 {
	border:none;
	height: 320px;
}
body.pageid-19 #wrapper-1 .row-4 {
	border:none;
}
body.pageid-19 #wrapper-1 .row-5 {
	height: 660px !important;
}
body.pageid-19 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-19 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
#block-26 {
	overflow: visible;
}


/* Products - pageid179 */

#block-27 {
	min-height: 50px;
}
#block-96 {
	overflow: visible;
}
#shopping_cart img{
	margin-left: 100px;
}
#shopping_cart #item_in_cart th{
	color:black;
}
#shopping_cart .cart_labels th{
	color:#3b3b3b;
}
#shopping_cart .cartLink {
	line-height: 13px;
	padding-bottom: 8px;
}
body.pageid-179 #wrapper-1 .row-3 {
	height: 2680px;
}
body.pageid-179 #wrapper-1 .row-4 {
	border:none;
	margin-left: -2px;
}
body.pageid-179 #wrapper-1 .row-5 {
	border:none;
	height: 67px !important;
}
body.pageid-179 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-179 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
#text-11 .widget-title{
font-family: verdana,sans-serif;
font-size: 18px;
color: #627906;
line-height: 130%;
text-align: center;
text-shadow: #ADABAD 1px 1px 5px;
font-style: normal;
font-weight: bold;
border: 0;
text-transform: none;
margin: -5px 0 20px;
} 
input.wp_cart_xpcheckout_button {
margin: 15px 0 0 60px;
}
.books {
background-color: #efffec;
padding:15px;
border:2px #ccc solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 10px;
}
.titlep {
	background: #214430;
	background: -moz-linear-gradient(top,  #214430 0%, #67924b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214430), color-stop(100%,#67924b));
	background: -webkit-linear-gradient(top,  #214430 0%,#67924b 100%);
	background: -o-linear-gradient(top,  #214430 0%,#67924b 100%);
	background: -ms-linear-gradient(top,  #214430 0%,#67924b 100%);
	background: linear-gradient(top,  #214430 0%,#67924b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214430', endColorstr='#67924b',GradientType=0 );
	font-size: 22px;
	color: #fafae6;
	text-align: center;
	margin-bottom:25px;
	padding:2px 220px;
	letter-spacing:-1px;
}
.mp3 {
background-color: #efffec;
padding:15px;
border:2px #ccc solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 10px;
}
.product-title {
font-family: Arial, Helvetica, serif;
font-size: 16px;
color:#396697;
font-weight: bold;
letter-spacing: -1px;
line-height: 18px;
}
.product-author {
font-family: Arial, Helvetica, serif;
font-size: 14px;
color:#3e643a;
font-weight: bold;
}
.product-desc {
font-family: Arial, Helvetica, serif;
font-size: 13px;
color:#444444;
line-height: 16px;
}
.product-desc p{
font-family: Arial, Helvetica, serif;
font-size: 13px;
color:#444444;
line-height: 16px;
}
.product-desc ul li{
font-family: Arial, Helvetica, serif;
font-size: 13px;
color:#444444;
line-height: 16px;
}
.product-price {
font-family: Arial, Helvetica, serif;
font-size: 16px;
color:#396697;
font-weight: bold;
letter-spacing: -1px;
line-height: 18px;
}
input[type="submit"], input[type="button"], button {
background-color: #ffda94;
}
#special {
	padding: 10px;
	background-color: #ffff98;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}
#special tr td{
	border: none;
}

/* Products - I see your name everywhere - pageid204 */

body.pageid-204 #wrapper-1 .row-3 {
	height: 1600px;
}
body.pageid-204 #wrapper-1 .row-4 {
	border:none;
	margin-left: -2px;
}
body.pageid-204 #wrapper-1 .row-5 {
	border:none;
	height: 67px !important;
}
body.pageid-204 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-204 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
body.pageid-204 #block-90 p{
font-size: 13px;
line-height: 120%;
}
.toc {
font-family: Arial, Helvetica, serif;
font-size: 15px;
line-height: 130%;
}

/* Products - Don't Tell Me It's Impossible Until After I've Already Done It - pageid306 */

body.pageid-306 #wrapper-1 .row-3 {
	height: 850px;
}
body.pageid-306 #wrapper-1 .row-4 {
	border:none;
	margin-left: -2px;
}
body.pageid-306 #wrapper-1 .row-5 {
	border:none;
	height: 67px !important;
}
body.pageid-306 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-306 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
body.pageid-306 #block-90 p{
font-size: 13px;
line-height: 120%;
}
.toc {
font-family: Arial, Helvetica, serif;
font-size: 15px;
line-height: 130%;
}

/* Products - Guerrilla Tactics For Streetwise Selling - pageid316 */

body.pageid-316 #wrapper-1 .row-3 {
	height: 950px;
}
body.pageid-316 #wrapper-1 .row-4 {
	border:none;
	margin-left: -2px;
}
body.pageid-316 #wrapper-1 .row-5 {
	border:none;
	height: 67px !important;
}
body.pageid-316 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-316 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
body.pageid-316 #block-90 p{
font-size: 13px;
line-height: 120%;
}
.toc {
font-family: Arial, Helvetica, serif;
font-size: 15px;
line-height: 130%;
}

/* Products - Guerrilla Tactics For Streetwise Selling radio - pageid362 */

body.pageid-362 #wrapper-1 .row-3 {
	height: 1100px;
}
body.pageid-362 #wrapper-1 .row-4 {
	border:none;
	margin-left: -2px;
}
body.pageid-362 #wrapper-1 .row-5 {
	border:none;
	height: 67px !important;
}
body.pageid-362 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-362 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
body.pageid-362 #block-90 p{
font-size: 13px;
line-height: 120%;
}


/* Products - How to Reprogram Your Mind for Success in 30 Days - pageid331 */

body.pageid-331 #wrapper-1 .row-3 {
	height: 790px;
}
body.pageid-331 #wrapper-1 .row-4 {
	border:none;
	margin-left: -2px;
}
body.pageid-331 #wrapper-1 .row-5 {
	border:none;
	height: 67px !important;
}
body.pageid-331 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-331 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
body.pageid-331 #block-90 p{
font-size: 13px;
line-height: 120%;
}
.toc {
font-family: Arial, Helvetica, serif;
font-size: 15px;
line-height: 130%;
}

/* Products - How to Reprogram Your Mind for Success in 30 Days - Download - pageid378 */

body.pageid-378 #wrapper-1 .row-3 {
	height: 790px;
}
body.pageid-378 #wrapper-1 .row-4 {
	border:none;
	margin-left: -2px;
}
body.pageid-378 #wrapper-1 .row-5 {
	border:none;
	height: 67px !important;
}
body.pageid-378 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-378 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
body.pageid-378 #block-90 p{
font-size: 13px;
line-height: 120%;
}
.toc {
font-family: Arial, Helvetica, serif;
font-size: 15px;
line-height: 130%;
}

/* Free Resources - pageid6 */

body.pageid-6 #wrapper-1 .row-3 {
	border:none;
}
body.pageid-6 #wrapper-1 .row-4 {
	border:none;
}

}
body.pageid-6 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-6 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
#block-43{
	overflow: visible;
}

/* Services - pageid12 */

body.pageid-12 #wrapper-1 .row-3 {
	border:none;
}
body.pageid-12 #wrapper-1 .row-4 {
	border:none;
}
body.pageid-12 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-12 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
#block-52 {
	overflow: visible;
}

/* Testimonials - pageid23 */

body.pageid-23 #wrapper-1 .row-3 {
	border:none;
}
body.pageid-23 #wrapper-1 .row-4 {
	border:none;
}
body.pageid-23 #wrapper-1 .row-5 {
	height: 750px !important;
}
body.pageid-23 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-23 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}

/* Newsletter - pageid25 */

body.pageid-25 #wrapper-1 .row-3 {
	border:none;
}
body.pageid-25 #wrapper-1 .row-4 {
	border:none;
}
dy.pageid-25 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-25 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
#block-70 {
	overflow: visible;
} dotted #BBB;
	height: 300px;
}
body.pageid-316 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
body.pageid-316 #block-90 p{
font-size: 13px;
line-height: 120%;
}
.toc {
font-family: Arial, Helvetica, serif;
font-size: 15px;
line-height: 130%;
}

/* Products - Guerrilla Tactics For Streetwise Selling radio - pageid362 */

body.pageid-362 #wrapper-1 .row-3 {
	height: 1100px;
}
body.pageid-362 #wrapper-1 .row-4 {
	border:none;
	margin-left: -2px;
}
body.pageid-362 #wrapper-1 .row-5 {
	border:none;
	height: 67px !important;
}
body.pageid-362 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-362 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
body.pageid-362 #block-90 p{
font-size: 13px;
line-height: 120%;
}


/* Products - How to Reprogram Your Mind for Success in 30 Days - pageid331 */

body.pageid-331 #wrapper-1 .row-3 {
	height: 790px;
}
body.pageid-331 #wrapper-1 .row-4 {
	border:none;
	margin-left: -2px;
}
body.pageid-331 #wrapper-1 .row-5 {
	border:none;
	height: 67px !important;
}
body.pageid-331 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-331 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
body.pageid-331 #block-90 p{
font-size: 13px;
line-height: 120%;
}
.toc {
font-family: Arial, Helvetica, serif;
font-size: 15px;
line-height: 130%;
}

/* Products - How to Reprogram Your Mind for Success in 30 Days - Download - pageid378 */

body.pageid-378 #wrapper-1 .row-3 {
	height: 790px;
}
body.pageid-378 #wrapper-1 .row-4 {
	border:none;
	margin-left: -2px;
}
body.pageid-378 #wrapper-1 .row-5 {
	border:none;
	height: 67px !important;
}
body.pageid-378 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-378 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
body.pageid-378 #block-90 p{
font-size: 13px;
line-height: 120%;
}
.toc {
font-family: Arial, Helvetica, serif;
font-size: 15px;
line-height: 130%;
}

/* Free Resources - pageid6 */

body.pageid-6 #wrapper-1 .row-3 {
	border:none;
}
body.pageid-6 #wrapper-1 .row-4 {
	border:none;
}

body.pageid-6 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-6 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
#block-43{
	overflow: visible;
}
#block-143 {
	overflow: visible!important;
	}

/* Services - pageid12 */

body.pageid-12 #wrapper-1 .row-3 {
	border:none;
}
body.pageid-12 #wrapper-1 .row-4 {
	border:none;
}
body.pageid-12 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-12 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
#block-52 {
	overflow: visible;
}

/* Testimonials - pageid23 */

body.pageid-23 #wrapper-1 .row-3 {
	border:none;
}
body.pageid-23 #wrapper-1 .row-4 {
	border:none;
}
body.pageid-23 #wrapper-1 .row-5 {
	height: 750px !important;
}
body.pageid-23 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-23 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}

/* Newsletter - pageid25 */

body.pageid-25 #wrapper-1 .row-3 {
	border:none;
}
body.pageid-25 #wrapper-1 .row-4 {
	border:none;
}

body.pageid-25 #block-9 {
	border-bottom: 3px dotted #BBB;
	height: 300px;
}
body.pageid-25 #block-12 {
	border-bottom: 3px dotted #BBB;
	height: 260px;
}
#block-70 {
	overflow: visible;
}

/* Reprogram Your Mind - pageid378 */

body.pageid-378 #wrapper-1 .row-3 {
	border:none;
	height: 300px;
}
body.pageid-378 .copyright {
	margin-top: 20px;
}

/* Guerrilla Tactics for Streetwise selling (Radio) - pageid403 */

body.pageid-403 #wrapper-1 .row-3 {
	border:none;
	height: 300px;
}
body.pageid-403 #wrapper-1 .row-4 {
	border:none;
}
body.pageid-403 .copyright {
	margin-top: 20px;
}

/* Guerrilla Tactics for Streetwise selling (Radio) - pageid408 */

body.pageid-408 #wrapper-1 .row-3 {
	border:none;
	height: 300px;
}
body.pageid-408 #wrapper-1 .row-4 {
	border:none;
}
body.pageid-408 .copyright {
	margin-top: 20px;
}